バージョン

Values プロパティ (WeakDictionary<TKey,TValue>)

辞書の値を返します。null 以外のキーを持つ値のみ返されます。
シンタックス
'宣言
 
Public ReadOnly Property Values As IEnumerable(Of TValue)
public IEnumerable<TValue> Values {get;}
参照